projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28b7782
)
GtkStyleContext: Fix typo.
author
Carlos Garnacho
<carlosg@gnome.org>
Sun, 7 Mar 2010 18:58:35 +0000
(19:58 +0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Sat, 4 Dec 2010 14:36:50 +0000
(15:36 +0100)
gtk/gtkstylecontext.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstylecontext.c
b/gtk/gtkstylecontext.c
index b5c1f075d55385f8443dda88a3f72d167048bcd5..a37226a9bf2d2510565a695801a0c69092beb911 100644
(file)
--- a/
gtk/gtkstylecontext.c
+++ b/
gtk/gtkstylecontext.c
@@
-266,7
+266,7
@@
gtk_style_context_get (GtkStyleContext *context,
priv = GTK_STYLE_CONTEXT_GET_PRIVATE (context);
va_start (args, state);
- gtk_style_
contex
t_get_valist (priv->store, state, args);
+ gtk_style_
se
t_get_valist (priv->store, state, args);
va_end (args);
}